* image.c (clear_image_cache): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2011 07:42:54 +0000 (23:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Mar 2011 07:42:54 +0000 (23:42 -0800)
2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>

src/ChangeLog
src/image.c

index ab1d8434c6bb19b2edbcc8a90a0568aedc9b6529..a4fa9f27dd1db3e92eb61adf6ba192a4152dca33 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * image.c (clear_image_cache): Now static.
+
 2011-03-11  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix some minor problems found by GCC 4.5.2's static checks.
index c7820c3a7febd3db61805a982a6a5b44d2030875..31c8d5bcf6cf6ad0316e2ce403043f6c6abdbe2f 100644 (file)
@@ -1493,7 +1493,7 @@ free_image_cache (struct frame *f)
    If image-cache-eviction-delay is non-nil, this frees images in the cache
    which weren't displayed for at least that many seconds.  */
 
-void
+static void
 clear_image_cache (struct frame *f, Lisp_Object filter)
 {
   struct image_cache *c = FRAME_IMAGE_CACHE (f);